home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games 1996 July
/
Amiga Games 1996 #7.iso
/
archive
/
userbox
/
publicdomain
/
chunker.lha
/
Chunker
/
source
/
makedist
< prev
next >
Wrap
Text File
|
1995-11-14
|
945b
|
55 lines
; Make the Chunker distribution.
failat 21
; Clean up T:
Delete >NIL: T:Chunker#? ALL
; cd to main directory
cd /
; Make dir in T:
Makedir T:Chunker
; Copy info file
Copy /Chunker.info T: QUIET DATES
; Copy everything else
Copy #? ALL T:Chunker QUIET DATES
; Keep track of where we were
Assign QQFWEG: ""
; cd to T:Chunker
cd T:Chunker
; Compile all documents
Umentiler FILE_ID.DIZ QUIET
Umentiler chunker.doc QUIET
Umentiler Chunker.readme QUIET
; Make another copy of the .readme
Copy Chunker.readme /chunker.readme QUIET DATES
; Delete some files...
Delete History #?.lnk source/#?.o QUIET
; Rename FILE_ID.DIZ
Rename FILE_ID.DIZ /FILE_ID.DIZ
; Goto T:
cd /
; Create archives
lha -aerRxZq a T:chunker.lha T:Chunker/#? T:Chunker.info FILE_ID.DIZ
lha2lzx chunker.lha chunker.lzx
; cleanup
delete FILE_ID.DIZ Chunker Chunker.info ALL QUIET
; Back up to where we were...
cd QQFWEG:
cd source
; Remove assign
Assign QQFWEG: REMOVE